home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 April / SGI IRIX 6.5 Applications 2004 April.iso / dist / mozilla.idb / var / netscape / mozilla / chrome / messenger.jar.z / messenger.jar / content / messenger-smime / msgHdrViewSMIMEOverlay.xul < prev    next >
Extensible Markup Language  |  2003-11-11  |  2KB  |  43 lines

  1. <?xml version="1.0"?> 
  2. <!--
  3.    - The contents of this file are subject to the Netscape Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/NPL/
  7.    -  
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    -  
  13.    - The Original Code is Mozilla Communicator client code, released
  14.    - March 31, 1998.
  15.    - 
  16.    - The Initial Developer of the Original Code is Netscape
  17.    - Communications Corporation. Portions created by Netscape are
  18.    - Copyright (C) 1999 Netscape Communications Corporation. All
  19.    - Rights Reserved.
  20.    - 
  21.    - Contributor(s):
  22.    -    Scott MacGregor <mscott@netscape.com
  23.   -->
  24.  
  25. <?xml-stylesheet href="chrome://messenger/skin/smime/msgHdrViewSMIMEOverlay.css" type="text/css"?> 
  26.  
  27. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  28.  
  29.   <script language="JavaScript" src="chrome://messenger-smime/content/msgHdrViewSMIMEOverlay.js"/>
  30.  
  31.   <hbox id="expandedHeaderView">
  32.     <vbox id="smimeBox" insertafter="expandedHeaders" collapsed="true">
  33.       <spacer flex="1"/>
  34.       <image id="signedHdrIcon"
  35.              onclick="showMessageReadSecurityInfo();" collapsed="true"/>
  36.       <image id="encryptedHdrIcon"
  37.              onclick="showMessageReadSecurityInfo();" collapsed="true"/>
  38.       <spacer flex="1"/>
  39.     </vbox>
  40.   </hbox>
  41. </overlay>
  42.  
  43.